print statement

英 [prɪnt ˈsteɪtmənt] 美 [prɪnt ˈsteɪtmənt]

网络  打印语句; 陈述

计算机



双语例句

  1. It's usually easier to put a print statement in the program as a temporary fix that won't affect anything else.
    通常更加容易的方法是:将print语句放到程序中,这样的临时修补不会影响任何其它东西。
  2. The second print statement is used to print a newline so that the next row in the times table is printed on a new line.
    第二个print语句用于打印新行,从而使乘法表中的下一行被打印在新的行中。
  3. You can place a print statement within the loop to verify that data indeed exists at each element in the foreach loop.
    可以在循环中放一个print语句,检验在foreach循环中每个元素中是否确实存在数据。
  4. You then use a modified print statement with two greater-than symbols followed by the variable holding the file object to write the same strings.
    然后使用修改过的print语句两个大于号后边跟着容纳file对象的变量写入相同的string。
  5. This is important in Python programs because file input and output are, by default, buffered; data isn't written as soon as you call a print statement but is instead written in chunks.
    在Python程序中这很重要,因为在默认情况下,文件输入和输出是缓冲的;在调用print语句时,数据实际未被写入;相反,数据是成批写入的。
  6. To debug such a problem, it's important to know what the value of the variable is, using a print() or a die() statement.
    要调试这类问题,重要的是用print()或die()语句知道变量的值是什么。
  7. This output is very different from the previous flagged version, because it is just the unfiltered results of df-h with a print statement injected at the top.
    此输出与前面带标记的版本区别非常大,因为它只是使用顶部注入的print语句来打印的未经筛选的df–h命令结果。
  8. The innermost print statement utilizes a new concept, called string formatting to create a nicely formatted table.
    最里面的print语句使用了一个名为字符串格式化的新概念来创建格式设置精美的表。
  9. The else clause is never executed, so nothing is printed out until you explicitly use a separate print statement.
    else子句永远不被执行,所以直到显式使用print语句之前不会输出任何东西。
  10. The agent can use the Print statement to return data to the caller.
    代理可以使用Print语句来将数据返回给调用者。
  11. A print statement is an enhancement of server-side JavaScript.
    print语句是对服务器端JavaScript的增强。
  12. As this example shows, writing data is easy with the print statement.
    正如这个示例演示的,用print语句写入数据很容易。
  13. The final print statement will print the number of items currently selected by QueryPath.
    最后的print语句将打印QueryPath当前选择的项的数量。
  14. The placed print statement is in bold font.
    放进去的print语句是粗体。
  15. In this case, the print statement uses a comma following the variable c.
    在此例中,print语句变量c后加了一个逗号。
  16. The script accesses the Companies view of the database and displays the contents of the CompanyName field from each document in the view using a Print statement.
    该脚本访问数据库的Companies视图,并使用Print语句来显示视图中各文档CompanyName字段的内容。
  17. Throughout this series, you've written ( output) data using the print statement, which by default writes the expression as a string to the screen ( or console window).
    贯穿整个系列,一直用print语句写入(输出)数据,它默认把表达式作为string写到屏幕上(或控制台窗口上)。
  18. Without it, or the equivalent-C switch, Perl prints a warning about wide data in the print statement ( see perldoc perlunicode and perldoc perlrun for details).
    如果没有这个调用,或者等效的-C开关,Perl就会打印一个打印语句中有宽数据的警告信息(详细信息请参阅perldocperlunicode和perldocperlrun)。
  19. You can now remove or comment out the print statement you added because you have discovered the bug in your code.
    现在可以删除或注释掉刚才添加的print语句了,因为已经发现了代码中的bug。
  20. This makes the print statement print out the character value, followed by a space character instead of a newline character.
    这使print语句打印字符值时后面跟着空格字符,而不是换行字符。
  21. I'm going to get rid of this print statement, if we're gonna run a more extensive test.
    如果我们要进行一些扩展实验的话,我现在可以抛开这个打印声明了。
  22. The print statement is used to return messages to applications.
    print语句用于将消息返回到应用程序。
  23. Well, actually, let's turn the print statement on, since we're doing it with a small value here.
    好了,事实上因为我们取得值很小,所以我们还得恢复这个打印声明。
  24. The same print statement can be used in kernel code and user-level code, so that the driver and test programs can be managed in the same way with regard to extra messages.
    同样的输出语句既可以用在内核代码中也可以用于用户级代码中,因此不管是驱动程序还是测试程序都可以用同样的方式来输出消息。
  25. And we'll turn on this print statement.
    我们恢复这个打印声明。
  26. Each print statement can be enabled or disabled by removing or adding a single letter to the macro's name.
    我们仅通过更改宏名称的一个字母就可以启用或禁用显示语句。
  27. Here, print F, recalls a statement and just like in scratch, statements were these one-liners.
    这里,printf,召回了一个语句,像在scratch中,语句是这些单行方式的。
  28. And I've turned on a print statement which was off last time.
    我这次把上次的打印,声明重新打开了。
  29. So what I'm going to do, well, let's get rid of this print statement for now.
    所以我想要做的,好吧,让我们先省去这个打印声明。